home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / comp0_89.lha / Feel / Boot / Compiler / boot-utils.em < prev    next >
Text File  |  1993-02-02  |  310b  |  21 lines

  1. ;; Boot-utils.em
  2.  
  3. (defmodule boot-utils
  4.   (macros0
  5.    lists 
  6.    (except (mapcar member reverse mapc memq append) list-operators)
  7.    ccc
  8.    streams
  9.    boot
  10.    arith)
  11.  
  12.   ()
  13.  
  14.   (generic_generic_prin\,Object "**** IN BOOT_UTILS ***\n\n" (standard-error-stream))  
  15.   (expose boot)
  16.  
  17.   ;; necessary functions
  18.   
  19.  
  20. )  
  21.